悟空视频

    在线播放云盘网盘BT下载影视图书

    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency. - 图书

    导演:Rainer Grimm
    每个专业C++开发者应该知晓的并发性。 本书是一场关于C++并发的旅程。 - C++11和C++14创建了并发和并行的基础件。 - C++17中,将标准模板库(STL)的大部分算法并行化。这意味着大多数基于STL的算法可以串行、并行或向量化执行。 - C++的并发之旅并没有停止。C++20/23,可以期待增强版future、协程(coroutines)、事件性内存(transactional_memory)等等。 本书解释了C++中的并发性,并提供了许多代码示例。因此,可以将理论与实践相结合。 因为这本书与并发相关,所以我展示了很多容易出错的地方,并展示避免或解决它们的方案。
    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency.
    图书

    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency. - 图书

    导演:Rainer Grimm
    每个专业C++开发者应该知晓的并发性。 本书是一场关于C++并发的旅程。 - C++11和C++14创建了并发和并行的基础件。 - C++17中,将标准模板库(STL)的大部分算法并行化。这意味着大多数基于STL的算法可以串行、并行或向量化执行。 - C++的并发之旅并没有停止。C++20/23,可以期待增强版future、协程(coroutines)、事件性内存(transactional_memory)等等。 本书解释了C++中的并发性,并提供了许多代码示例。因此,可以将理论与实践相结合。 因为这本书与并发相关,所以我展示了很多容易出错的地方,并展示避免或解决它们的方案。
    Concurrency with Modern C++: What every professional C++ programmer should know about concurrency.
    图书

    40 Algorithms Every Programmer Should Know - 图书

    2020计算机·编程设计
    导演:Imran Ahmad
    Algorithms have always played an important role in both the science and practice of computing. Beyond traditional computing, the ability to use algorithms to solve real-world problems is an important skill that any developer or programmer must have. This book will help you not only to develop the skills to select and use an algorithm to solve real-world problems but also to understand how it works.You’ll start with an introduction to algorithms and discover various algorithm design techniques, before exploring how to implement different types of algorithms, such as searching and sorting, with the help of practical examples. As you advance to a more complex set of algorithms, you'll learn about linear programming, page ranking, and graphs, and even work with machine learning algorithms, understanding the math and logic behind them. Further on, case studies such as weather prediction, tweet clustering, and movie recommendation engines will show you how to apply these algorithms optimally. Finally, you’ll become well versed in techniques that enable parallel processing, giving you the ability to use these algorithms for compute-intensive tasks.By the end of this book, you'll have become adept at solving real-world computational problems by using a wide range of algorithms.
    40 Algorithms Every Programmer Should Know
    搜索《40 Algorithms Every Programmer Should Know》
    图书

    Secrets About Life Every Woman Should Know - 图书

    导演:Barbara De Angelis
    芭芭拉.安吉丽思 (Barbara De Angelis) 安吉丽思博士是当代个人成长与灵性成长领域,最有影响力的导师之一,美国知名的人际关系专家,也是重要的畅销书作家,所著的《活在当下》、《爱是一切的答案》、《男人都该知道女人的秘密》、《女人都该知道男人的秘密》等书,分别在《纽约时报》畅销书排行榜上高居榜首。25年以来,她出了14本书,被译成20余种文字出版,芭芭拉曾在美国有线电视台(CNN)、哥伦比亚广播公司(CBS)与美国公共广播网(PBS)主持自己的节目。她的得奖节目「让爱行得通」(Making Love Work)专门探讨人际关系,拥有极佳的收视率,且经常受邀为著名脱口秀节目的特别来宾,她散播爱、快乐与追寻人生意义的讯息,影响了全球各地的数千万人。 目前定居在美国洛杉矶。
    Secrets About Life Every Woman Should Know
    搜索《Secrets About Life Every Woman Should Know》
    图书

    C++ Concurrency in Action: Practical Multithreading - 图书

    导演:Anthony Williams
    HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With the new C++ Standard and Technical Report 2 (TR2), multi-threading is coming to C++ in a big way. TR2 will provide higher-level synchronization facilities that allow for a much g...(展开全部)
    C++ Concurrency in Action: Practical Multithreading
    搜索《C++ Concurrency in Action: Practical Multithreading》
    图书

    C++ Concurrency in Action: Practical Multithreading - 图书

    导演:Anthony Williams
    HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With the new C++ Standard and Technical Report 2 (TR2), multi-threading is coming to C++ in a big way. TR2 will provide higher-level synchronization facilities that allow for a much g...(展开全部)
    C++ Concurrency in Action: Practical Multithreading
    搜索《C++ Concurrency in Action: Practical Multithreading》
    图书

    Python Concurrency with asyncio - 图书

    导演:Matthew Fowler
    Python Concurrency with asyncio teaches you to write concurrent Python code that will boost the speed of your apps and APIs. The book demystifies asynchio's unique single-threaded concurrency model, giving you a behind-the-scenes understanding of the library and its new async/await syntax. Hard-to-grok concurrency topics are broken down into simple flowcharts so you can easily ...(展开全部)
    Python Concurrency with asyncio
    搜索《Python Concurrency with asyncio》
    图书

    Python Concurrency with asyncio - 图书

    导演:Matthew Fowler
    Python Concurrency with asyncio teaches you to write concurrent Python code that will boost the speed of your apps and APIs. The book demystifies asynchio's unique single-threaded concurrency model, giving you a behind-the-scenes understanding of the library and its new async/await syntax. Hard-to-grok concurrency topics are broken down into simple flowcharts so you can easily ...(展开全部)
    Python Concurrency with asyncio
    搜索《Python Concurrency with asyncio》
    图书

    How Linux Works: What Every Superuser Should Know - 图书

    2014
    导演:Brian Ward
    Unlike some operating systems, Linux doesn't try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does. In this completely revised second edition of the perennial best seller How Linux Works, author Brian W...(展开全部)
    How Linux Works: What Every Superuser Should Know
    搜索《How Linux Works: What Every Superuser Should Know》
    图书

    How Linux Works: What Every Superuser Should Know - 图书

    2014
    导演:Brian Ward
    Unlike some operating systems, Linux doesn't try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does. In this completely revised second edition of the perennial best seller How Linux Works, author Brian W...(展开全部)
    How Linux Works: What Every Superuser Should Know
    搜索《How Linux Works: What Every Superuser Should Know》
    图书
    加载中...